ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc Namespace / DropDown<T> Class / OnClientTextChanged Property

In This Topic
    OnClientTextChanged Property (DropDown<T>)
    In This Topic
    Occurs when the value of the Text property changes.
    Syntax
    'Declaration
     
    Public Overridable Property OnClientTextChanged As String
    public virtual string OnClientTextChanged {get; set;}
    See Also